Welcome![Sign In][Sign Up]
Location:
Search - adaboost cascade

Search list

[Documents基于眼裂的人脸图像归一化.doc

Description: 针对人脸识别中图像前期处理的人脸图像归一化问题,用AdaBoost Cascade方法检测出人脸和眼裂,提出以两眼裂中心点连线为基准进行水平旋转和尺度的归一化矫正方法。与通常的利用两眼瞳距方法相比较,该方法更加快速准确,能处理多达20°的倾斜,对戴眼镜、图像模糊、俯视、仰视、斜视等情况的鲁棒性更好。 A novel approach was presented, using the line between the two center points of the palpebral fissures of two eyes to normalize the face images for the image pretreatment of face recognition. The AdaBoost Cascade method was used to detect faces and palpebral fissures. It could deal with tilt from 0°to 20°, and get more robust outcomes than that using the line between two pupils commonly in dealing with the image being veiled, overlooking, looking up, sidelong and having on glasses.
Platform: | Size: 614400 | Author: lichaoyou | Hits:

[Otheradaboost123

Description: this a basic adaboost program of matlab. good for beginners-this a basic adaboost program of Matlab. good for beginners
Platform: | Size: 2048 | Author: 李小 | Hits:

[OtherLearningaRareEventDetectinCascadebyDire

Description: 这是一篇现在主要的基于adaboost算法的文章,详细讲述了怎么运用该算法做人脸检测,欢迎下载!-This is now a major adaboost algorithm based on the article, described in detail how the use of the human face detection algorithm, download welcome!
Platform: | Size: 107520 | Author: 程艳花 | Hits:

[GDI-Bitmapzhengjianchafa

Description: 用帧间差法及Adaboost算法实现人脸检测,可以增加人脸检测的效率-Using inter-frame difference method and the Adaboost face detection algorithm, it can increase the efficiency of face detection
Platform: | Size: 2004992 | Author: 萧枫 | Hits:

[Special EffectsAdaboostRec

Description: 转载一篇很好的文章,讲的是Adaboost和Cascade算法的使用。-Reproduced in a very good article, talking about and the Cascade algorithm Adaboost use.
Platform: | Size: 542720 | Author: sun | Hits:

[Graph Recognizeface_classify_adaboost_cascade

Description: adaboost 弱分类器构成强分类器算法,并作图,分析样本数对性能的影响-constitute a weak classifier AdaBoost strong classifier algorithm, and mapping, analysis of sample size on the performance of
Platform: | Size: 9216 | Author: 毛楠 | Hits:

[AI-NN-PRHaar-Liketezheng

Description: 自已写的Adaboost使用Haalike feature,去Detection-Adaboost use their own written Haalike feature, to Detection
Platform: | Size: 9216 | Author: 博邻 | Hits:

[2D GraphicFaceDetectorOtherversion

Description: 人脸检测的一个程序,adaboost+cascade+haar 能运行-Face detection of a program, adaboost+ Cascade+ Haar to run
Platform: | Size: 786432 | Author: who | Hits:

[Graph Recognizefacedetect_harrcascade

Description: 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
Platform: | Size: 1528832 | Author: wangdi | Hits:

[Graph Recognize9927397adaboost123

Description: ada boost cascade ada boost cascade
Platform: | Size: 2048 | Author: teba | Hits:

[matlabadaboost_version1b

Description: 最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解-This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part: The weak classifier tries to find the best threshold in one of the data dimensions to separate the data into two classes-1 and 1 The boosting part calls the classifier iteratively, after every classification step it changes the weights of miss-classified examples. This creates a cascade of "weak classifiers" which behaves like a "strong classifier" 。
Platform: | Size: 4096 | Author: wj | Hits:

[Graph RecognizeFace-Detection

Description: 基于Adaboost级联分类的人脸和人眼检测,其中的三个xml是Adaboost分类器参数-Adaboost cascade based on the human face and eye detection, three of which are Adaboost classifier parameters xml
Platform: | Size: 162816 | Author: kiser_cai | Hits:

[Graph Recognizeimage-process

Description: 基于haar特征的adaboost级联分类器的人脸识别应用,可直接运行-Adaboost cascade haar feature based classifier for face recognition applications can be run directly
Platform: | Size: 4583424 | Author: 苏军 | Hits:

[Software EngineeringMonocular-Pedestrian-Detection-__-survey-and-expe

Description: The objective of this paper is to provide an overview of the current state of the art from both methodologicaland experimental perspectives. The first part of the paper consists of a survey. We cover the main components of a pedestrian detection system and the underlying models. The second (and larger) part of the paper contains a corresponding experimental study. We consider a diverse set of state-of-the-art systems: wavelet-based AdaBoost cascade, HOG/linSVM, NN/LRF, and combined shape-texture detection. Experiments are performed on an extensive data set captured onboard a vehicle driving through urban environment.
Platform: | Size: 2726912 | Author: linuszhao | Hits:

[Graph Recognizeadaboost

Description: 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-face detection code based on ADABOOST using inheritance strategies, and it includs the calculation and extraction of features, the training and cascade of ADABOOST, and the data will be trained out at last,annotations is also given as well , it can help you research ADBOOST
Platform: | Size: 13312 | Author: | Hits:

[Special Effectsadaboost-alrgorryithm

Description: 图像级联算法可用于车牌检测,但是速度较慢,大家可以下载下来看看,加强对自适应级联算法的学习-Cascade algorithm for image plate detection, but slower, you can download to see, to enhance the learning algorithm for adaptive cascade
Platform: | Size: 9216 | Author: 蒋飞云 | Hits:

[matlabmatlab-with-adaboost--classifier

Description: 用MATLAB编写的实现ADABOOST算法的程序,包括级联分类器的设计。-matlab reality adaboost with cascade classifier
Platform: | Size: 8192 | Author: 王建 | Hits:

[OtherAdaBoost

Description: ada boost presentation cascade classifier
Platform: | Size: 1496064 | Author: djohnd | Hits:

[File FormatFusing-Multiple-Feature

Description: 通过改进基于Haar-like特征和Adaboost的级联分类器,提出一种融合Haar-like特征和 HOG特征的道路车辆检测方法-By improving based on Haar-like features and Adaboost cascade classifier, presents a fusion of Haar-like features and characteristics of HOG road vehicle detection method
Platform: | Size: 951296 | Author: hengluo | Hits:

[Special EffectsAdaBoost-and-Cascade

Description: 基于AdaBoost和Cascade算法的人脸检测-Face detection based on AdaBoost and Cascade algorithm
Platform: | Size: 4545536 | Author: xxjj | Hits:
« 12 »

CodeBus www.codebus.net